	h1 
{
text-align: center;
font-size: 50px;
color: red;
font-family: Carlito;
}
   

	body 
{
width: device-width;
height: device-height;
background: linear-gradient(#303030, 20%, grey);
background-repeat: no-repeat;
}

	p
{
text-align: center;
font-size: 28px;
color: white;
font-family: Carlito;
}


	img
{
max-width: 100%;
height: auto;
}